@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
    scroll-behavior: smooth;
    width: 100% !important;

}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a, li {
    font-family: TT Norms !important;
}
/* navbar styles starts from here */
nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff ;
    height: 31px;
    width: 31px;
}
.nav-item .nav-link i:hover {
    border-bottom: none !important;
}
.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}

.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}

/* comment section styles starts from here */
.comment-section {
    background-image: url('/Images/testmonials.back.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh !important;
}

.comment-section .pink-text {
    color: #F14E87 !important;
}

.comment-section .card {
    border-radius: 20px;
}

.testimonial-card {
    max-width: 600px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    position: relative;
    font-family: Arial, sans-serif;
}
.testimonial-card h5 {
    color: #004aad;
    font-weight: bold;
    font-size: 1.1rem;
}
.testimonial-card p {
    font-size: 1rem;
    color: #333333;
}
.testimonial-card .author {
    font-weight: bold;
    color: #004aad;
    margin-top: 10px;
    font-size: 1.1rem;
}
.testimonial-card .designation {
    color: #666666;
    font-size: 0.9rem;
}
.testimonial-card .company {
    color: #ff4d6d;
    font-size: 0.9rem;
    position: absolute;
    right: 20px;
    bottom: 24px;
}
.comment-section .comment-slide .carousel-indicators .comment-btn {
    background-color: #3864D3 !important;
    border-radius: 50% !important;
    height: 15px !important;
    width: 15px !important;
}

/* Why our students succeed section styles starts from here */
.student-succeed h1 {
    color: #F14E87;
}

/* join section */
.join-section {
    background-color: #080852;
}
.join-section h2 {
    color: #F14E87;
}
.join-section .read-btn a {
    text-decoration: none !important;
    background-color: #F14E87 !important;
    color: #fff !important;
}
.join-section .read-btn {
    background-color: #F14E87;
    color: #fff;
    transition: transform .2s;
    font-size: 15px;
}
.join-section .read-btn:hover {
    transform: scale(1.1);
    background-color: #F14E87;
    color: #fff;
}
.join-section .explore-btn a {
    text-decoration: none !important;
    background-color: #3864D3 !important;
    color: #fff !important;
}
.join-section .explore-btn {
    background-color: #3864D3;
    color: #fff;
    transition: transform .2s;
    font-size: 15px;
}
.join-section .explore-btn:hover {
    transform: scale(1.1);
    background-color: #3864D3;
    color: #fff;
}

/* Footer styles starts from here */
.footer {
    background-color: #F14E87;
    /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */

}

.footer .address,
.footer .info,
.footer .links {
    margin-bottom: 20px;
}

.footer .info {
    text-align: center;
}

.footer .content .links a {
    /* text-align: right; */
    text-decoration: none !important;
}

.footer .address i,
.footer .info i {
    font-size: 35px;
    margin-right: 10px;
}

.footer img {
    width: 150px;
}

.footer .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.footer .content {
    position: relative;
    z-index: 2;
}

/* mobile view styles starts from here */
@media only screen and (max-width: 600px) {
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
        /* border: 2px solid #004aad !important; */
    }

    /* comment section */
    .comment-section {
        width: 100% !important;
        height: auto !important;
    }

    .comment-section .carousel-item .card {
        padding: 0px !important;
    }

    .comment-section .carousel-item .card h4 {
        font-size: 17px !important;
    }

    .comment-section .carousel-item .card p {
        font-size: 14px !important;
    }

    .comment-section .carousel-item .card .text-gap {
        gap: 5px !important;
    }

    .comment-section .carousel-inner h1 {
        margin-bottom: -35px !important;
    }
    .comment-section .testimonial-card .company {
        left: 30px !important;
        bottom: 10px !important;
    }

    .student-succeed h1 {
        font-size: 25px !important;
    }

    .join-section .read-btn {
        font-size: 14px !important;
    }
    .join-section .explore-btn {
        font-size: 14px !important;
    }

    /* footer */
    .footer {
        height: auto !important;
    }

    .footer .content {
        padding: 0px 5px !important;
    }

    .footer .map-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .footer .content .copy-right {
        font-size: 16px !important;
        margin-left: 20px !important;
    }
    .footer .content .terms  {
        margin-top: 0px !important;
        font-size: 15px !important;
        margin-right: 78px !important;
    }

}


@media only screen and (max-width:800px) and (min-width:600px) {
    /* comment section */
    .comment-section {
        width: 100% !important;
        height: auto !important;
    }

    .comment-section .carousel-item .card {
        padding: 0px !important;
    }

    .comment-section .carousel-item .card h4 {
        font-size: 17px !important;
    }

    .comment-section .carousel-item .card p {
        font-size: 14px !important;
    }

    .comment-section .carousel-item .card .text-gap {
        gap: 5px !important;
    }

    .comment-section .carousel-inner h1 {
        margin-bottom: 0px !important;
    }

    .student-succeed img {
        width: 50% !important;
        margin-left: 160px !important;
    }

    .join-section h2 {
        font-size: 30px !important;
    }
}


/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {
    /* testimonials */
    .comment-section {
        width: 100% !important;
        height: auto !important;
    }

    .comment-section .carousel-item .card {
        padding: 0px !important;
    }

    .comment-section .carousel-item .card h4 {
        font-size: 17px !important;
    }

    .comment-section .carousel-item .card p {
        font-size: 14px !important;
    }

    .comment-section .carousel-item .card .text-gap {
        gap: 5px !important;
    }

    .comment-section .carousel-inner h1 {
        margin-bottom: -35px !important;
    }
    .comment-section .testimonial-card .company {
        left: 30px !important;
        bottom: 10px !important;
    }

}